home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #3 & #4 / Amiga Plus CD - 1995 - No. 3 and 4.iso / pd / sound / audioed / audioed.doc < prev    next >
Text File  |  1995-07-20  |  4KB  |  123 lines

  1. $Id: AudioED.doc,v 1.27 1994/11/26 20:49:57 chris Exp $
  2.  
  3. AudioEd                                                             AudioEd
  4.  
  5.    NAME
  6.         AudioEd - An audio file converter / editor
  7.  
  8.  
  9.    DESCRIPTION
  10.         AudioEd is a little utility to convert sound samples between
  11.         different file formats, and to manipulate these samples.
  12.  
  13.         This early alpha release only has the following features:
  14.  
  15.         - Load sound samples in various formats (see below)
  16.         - Graphical display of sample data with variable zoom factor
  17.         - Cut, copy and paste blocks of the audio data
  18.         - Change the volume of blocks, fade in and out
  19.         - Reverb blocks
  20.         - Save samples in various formats (see below)
  21.  
  22.         The following sound formats are supported:
  23.  
  24.         - Raw A-Law 8bit 8kHz (ISDN, Europe)
  25.         - Raw µ-Law 8bit 8kHz (ISDN, U.S.A, Japan)
  26.         - IFF 8SVX Amiga format
  27.         - Sun audio format `.au', widely used on the Web
  28.  
  29.         I created this program to learn how to program MUI applications
  30.         (it turned out to be much easier than I thought! :-))
  31.         The future of this program depends only on the feedback I get.
  32.         If there is enough interest, I can implement gazillions of kewl
  33.         features. If not, this is the first and last release. It's up
  34.         to YOU! (And just an E-Mail is not enough to convince me ;-))
  35.  
  36.  
  37.    WARNING
  38.         The Amiga IFF audio format uses 8 bits per sample, whereas the A-Law
  39.         and µ-Law formats uses 12 bits (non-linear encoding). So if you
  40.         convert samples from A-Law to IFF you will notice a quality loss.
  41.  
  42.         -> ALWAYS KEEP YOUR SAMPLES IN A-LAW FORMAT IF YOU WANT TO USE
  43.            THEM FOR ISDN (ANSWERING MACHINE...) IN GOOD AUDIO QUALITY!
  44.  
  45.  
  46.    INSTALLATION
  47.         - Move the AudioEd icon to the desired destination drawer.
  48.         - Send the giftware fee to the author.
  49.  
  50.  
  51.    SYSTEM REQUIREMENTS
  52.         - Amiga with Amiga OS 2.04 or newer, OS 3.1 recommended
  53.         - >32 colour WB screen recommended (for `About...' ;-))
  54.         - Magic User Interface (MUI) version 2.2 or newer
  55.         - iff.library version 23 or newer
  56.  
  57.  
  58.    AUTHOR
  59.         Christian A. Weber
  60.  
  61.         For suggestions and bug reports write to:
  62.  
  63.         Internet:      weber@relog.ch
  64.         Limmat-NET:    chris@limmat.net.ch
  65.  
  66.         Snail mail:    Christian A. Weber
  67.                        Bruggerweg 2,
  68.                        CH-8037 Zürich,
  69.                        Switzerland.
  70.  
  71.  
  72.    LEGAL STUFF
  73.         PROGRAM AND DOCUMENTATION ARE COPYRIGHT (C) 1992-1994 BY
  74.         CHRISTIAN A. WEBER, BRUGGERWEG 2, 8037 ZÜRICH, SWITZERLAND.
  75.  
  76.         THIS PROGRAM IS GIFTWARE. IF YOU LIKE IT, SEND ME WHATEVER YOU
  77.         THINK IS APPROPRIATE (MONEY, TOYS, POSTCARDS, FOOD, ...).
  78.  
  79.         THIS PROGRAM AND ITS DOCUMENTATION MAY BE DISTRIBUTED FOR
  80.         NON-PROFIT PURPOSE ONLY. INCLUSION WITH COMMERCIALLY DISTRIBUTED
  81.         SOFTWARE REQUIRES A WRITTEN PERMISSION FROM THE AUTHOR.
  82.  
  83.         USE AT YOUR OWN RISK. NO WARRANTY. NO REFUNDS. NO CARRIER.
  84.  
  85.  
  86.    MAGIC USER INTERFACE
  87.         AudioED uses MUI - MagicUserInterface
  88.         (c) Copyright 1993/94 by Stefan Stuntz
  89.  
  90.         MUI is a system to generate and maintain graphical user interfaces.
  91.         With the aid of a preferences program, the user of  an  application
  92.         has the ability to customize the outfit according to  his  personal
  93.         taste.
  94.  
  95.         MUI is distributed as shareware. To obtain a complete package  con-
  96.         taining lots of examples and more  information  about  registration
  97.         please look for a file called  "muiXXusr.lha"  (XX means the latest
  98.         version number)  on your local  bulletin boards or on public domain
  99.         disks.
  100.  
  101.         To register MUI directly, feel free to send DM 30.- or US$ 20.- to
  102.  
  103.             Stefan Stuntz
  104.             Eduard-Spranger-Straße 7
  105.             80935 München
  106.             GERMANY
  107.  
  108.  
  109.    RELEASE NOTES
  110.         07-Sep-94  V0.10  · Initial release
  111.  
  112.         15-Sep-94  V0.12  · Fixed "Can't allocate 0 bytes" problem when
  113.                             loading IFF samples
  114.                           · Updated documentation
  115.  
  116.         25-Nov-94  V0.25  · Added µ-Law support (untested!)
  117.                           · Added Sun audio format (`.au') support
  118.                           · Implemented range marking functions
  119.                           · Added basic editing (Cut/Copy/Paste)
  120.                           · `Reverb' effect
  121.  
  122.  
  123.